www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\adminJob\jobManage.asp

    <%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>





<LINK href="../css.css" type=text/css rel=stylesheet>
<%

dir_set="../../"


%>


<!--#include file=../../inc/conn.asp-->
<!--#include file=../../inc/Functionb.asp-->

<!--#include file=../../inc/ajaxLIB.asp-->

<!--#include file=../inc/checkadmin2.asp-->

<!--#include file=../../inc/functionFiless.asp-->




<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>人才管理</title>
<link rel="stylesheet" href="../../css/mycss1.css" type="text/css">

<!--                                       删除记录 跳出提示框              -->
<SCRIPT LANGUAGE="JavaScript">
<!--
function alertreadme(str,url){
{if(confirm(str)){
location.href=url;
return true;
}return false;}
}
//-->
</SCRIPT>
</head>





<%
AJAXshowLoader()
AJAXshowSweetTitles2()














if find_dataw("qitashezhi123","0",11)<>"1" and qx_if_max=0 then
response.redirect "../D_suodinguser.asp"
end if







%>




<body>






<div  id="job" style="filter:blendTrans(duration=1);  visibility:hidden; width:774px; z-index:-1; left: 3px; top: 10px; height: 121px;">



<table width="700" border="0" align="center" cellpadding="0" cellspacing="0" class="TABLEBORDER">
  <tr > 
          <th colspan="5" align="center">查看招聘信息</th>
  </tr>
		<tr bgcolor="#DEDBEF"> 
          <td width="22%" height="20" align="center">岗位序号</td>
          <td width="31%" align="center">岗位名称</td>
          <td width="10%" align="center">招聘人数</td>
          <td width="18%" align="center">发布时间</td>
          <td width="19%"  align="center">操作</td>
        </tr>
        <%
		CurrentPage=replaceBadchar(request("page"))
	if CurrentPage="" then
	CurrentPage=1
	else if not IsNumeric(CurrentPage) then
	CurrentPage=1
	else if int(CurrentPage)<=0 then
	CurrentPage=1
	else
 	CurrentPage=replacebadchar(request("page"))
 	end if
	end if
	end if
		strfilename="jobManage.asp"
		MaxPerPage=10
		set rs=server.CreateObject("adodb.recordset")
		SqlStr="select * from ND_jobC order by id desc"
		rs.open sqlstr,conn,1,1

'=========================================================================显示几条信息
if not rs.eof then		
		 rs.pagesize=MaxPerpage
		totalput=rs.recordcount
		Rs.absolutepage=CurrentPage
		for i=1 to MaxPerPage
		If Rs.EOF Then Exit For
		%>
        <tr onmouseover="this.style.backgroundColor='#F3F3FA';this.style.color='red'" onmouseout="this.style.backgroundColor='';this.style.color=''"> 
          <td height="30" align="center"><font color="#CC0000"><%=rs("id")%></font></td>
          <td align="center"><%=rs("jobname")%></td>
          <td align="center"><%=rs("num")%></td>
          <td align="center"><%=rs("time")%></td>
          <td align="center"><a href="jobEdit.asp?id=<%=rs("id")%>">修改</a>&nbsp; 
            <a href=# onClick=alertreadme('确定删除这条招聘信息吗?','jobDel.asp?id=<%=Rs("id")%>')>删除</a></td>
  </tr>
        <%
		rs.movenext
		next
		else
		%>
		<tr align="center" bgcolor="#FFFFFF"> 
          <td height="50" colspan="5"><font color="#990000"><strong>还没有招聘信息</strong></font></td>
        </tr>
        <%
		end if
		%>
		<tr> 
          <td height="20" colspan="5" align="center"><table width="100%" height="30" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td align="center" class="showPage"><%if totalput>0 then call showpage(strFileName,totalput,MaxPerPage,false,true,"个",CurrentPage) end if%></td>
              </tr>
            </table></td>
        </tr>
</table>



</div>

<!---------------------------------end-div:mobanlist------------------------>


<script language=javascript>
AJAXfade(1,'job')
</script>


<%
AJAXcloseLoader()
%>


</body>
</html>
<%
rs.close
set rs=nothing
conn.close  
set conn=nothing
%>